home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGMISC / FPCHELP.LZH / NEEDS.HLP < prev    next >
Text File  |  1988-07-19  |  484b  |  15 lines

  1. \ NEEDS.HLP     Conditionally load a file               by Tom Zimmer
  2.  
  3. ?LOADED         ( | NAME --- F1 )
  4.         Have we already loaded the file specified by NAME? Return
  5.         a boolean F1 true if we have.
  6.  
  7. NEEDS           ( | NAME --- )
  8.         Test the file NAME following, if we have not loaded it, then
  9.         load it else just go on.
  10.  
  11. UNWANTED        ( | NAME --- )
  12.         Test the file NAME following, if we have loaded it complain,
  13.         else just go on.
  14.  
  15.